fix notification of QDockWidget when it gets undocked
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 27 Feb 2020 13:52:19 +0000 (13:52 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 27 Feb 2020 13:52:19 +0000 (13:52 +0000)
commit26ce25ff93948e8035168d315a14cbdb876df647
treef1e45dfc7ada6a1d58311a18c9e601bdd062cced
parent9b7ed860d5e0bbd240888147852a22be867989e7
fix notification of QDockWidget when it gets undocked

Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=06b8644953fc5267
Last-Update: 2019-06-14

Before the patch the notification was emitted only when the docker
was attached to the panel or changed a position on it.

It looks like the old behavior was documented in a unittest,
so this patch might actually be a "behavior change".

Note: https://mail.kde.org/pipermail/distributions/2019-April/000317.html

Gbp-Pq: Name qdockwidget_undocked_notification.diff
src/widgets/widgets/qdockwidget.cpp
tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp